home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / std / c / 445 < prev    next >
Internet Message Format  |  1996-08-06  |  554b

  1. Path: treasure.coastalnet.com!usenet
  2. From: cn1408@coastalnet.com (David Barrentine)
  3. Newsgroups: comp.std.c
  4. Subject: Help
  5. Date: 26 Feb 1996 12:51:01 GMT
  6. Organization: CoastalNet
  7. Message-ID: <4gsabl$eul@treasure.coastalnet.com>
  8. NNTP-Posting-Host: pm-jv1-10.coastalnet.com
  9. Mime-Version: 1.0
  10. Content-Type: Text/Plain; charset=US-ASCII
  11. X-Newsreader: WinVN 0.99.6
  12.  
  13. I need to write a program that will process three lines of text. It will 
  14. then count usesage of each character of the alphabet.
  15. The output would look like this:
  16.  
  17. a: 2
  18. b: 0
  19. c: 1
  20.  
  21. etc...
  22.  
  23. Thanks.
  24.  
  25.